home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Viewer.exe / 0 / RCDATA / TFORMVIEWEXIF / TFORMVIEWEXIF.txt
Encoding:
Text File  |  2009-10-23  |  2.6 KB  |  124 lines

  1. object FormViewEXIF: TFormViewEXIF
  2.   Left = 230
  3.   Top = 38
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu, biMaximize]
  6.   Caption = 'EXIF Reader'
  7.   ClientHeight = 496
  8.   ClientWidth = 560
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 300
  11.   Constraints.MinWidth = 400
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   DesignSize = (
  21.     560
  22.     496)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object tc: TTabControl
  26.     Left = 8
  27.     Top = 4
  28.     Width = 545
  29.     Height = 461
  30.     Anchors = [akLeft, akTop, akRight, akBottom]
  31.     TabOrder = 0
  32.     Tabs.Strings = (
  33.       ' IFD 0 '
  34.       ' EXIF Sub IFD'
  35.       ' EXIF Interoperability IFD '
  36.       ' Maker Note '
  37.       ' IFD 1'
  38.       ' Thumbnail ')
  39.     TabIndex = 0
  40.     OnChange = tcChange
  41.     DesignSize = (
  42.       545
  43.       461)
  44.     object List: TListView
  45.       Left = 15
  46.       Top = 33
  47.       Width = 514
  48.       Height = 410
  49.       Anchors = [akLeft, akTop, akRight, akBottom]
  50.       Columns = <
  51.         item
  52.           Caption = 'Tag'
  53.         end
  54.         item
  55.           Caption = 'Property'
  56.           Width = 150
  57.         end
  58.         item
  59.           Caption = 'Value'
  60.           Width = 300
  61.         end>
  62.       ColumnClick = False
  63.       Font.Charset = DEFAULT_CHARSET
  64.       Font.Color = clWindowText
  65.       Font.Height = -11
  66.       Font.Name = 'MS Sans Serif'
  67.       Font.Style = []
  68.       ReadOnly = True
  69.       RowSelect = True
  70.       ParentFont = False
  71.       ParentShowHint = False
  72.       ShowHint = True
  73.       TabOrder = 0
  74.       ViewStyle = vsReport
  75.       OnDblClick = ListDblClick
  76.     end
  77.     object ImagePanel: TPanel
  78.       Left = 4
  79.       Top = 24
  80.       Width = 537
  81.       Height = 433
  82.       Align = alClient
  83.       BevelOuter = bvNone
  84.       Caption = ' '
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clWindowText
  87.       Font.Height = -11
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = []
  90.       ParentFont = False
  91.       TabOrder = 1
  92.       DesignSize = (
  93.         537
  94.         433)
  95.       object Image: TImage
  96.         Left = 7
  97.         Top = 5
  98.         Width = 522
  99.         Height = 408
  100.         Anchors = [akLeft, akTop, akRight, akBottom]
  101.       end
  102.       object Label1: TLabel
  103.         Left = 0
  104.         Top = 420
  105.         Width = 537
  106.         Height = 13
  107.         Align = alBottom
  108.         Caption = ' '
  109.       end
  110.     end
  111.   end
  112.   object btnClose: TButton
  113.     Left = 472
  114.     Top = 468
  115.     Width = 81
  116.     Height = 23
  117.     Anchors = [akRight, akBottom]
  118.     Cancel = True
  119.     Caption = 'Close'
  120.     TabOrder = 1
  121.     OnClick = btnCloseClick
  122.   end
  123. end
  124.